home *** CD-ROM | disk | FTP | other *** search
/ Time Warp / Time Warp.iso / mac / Time Warp / Time Warp.DXR / Shared_41.ls < prev    next >
Encoding:
Text File  |  1997-05-23  |  226 b   |  10 lines

  1. on updateSpritelist
  2.   global IconCount, spriteList
  3.   set spriteList to list()
  4.   repeat with i = 33 to 48
  5.     if the castNum of sprite i <> 600 then
  6.       append(spriteList, the castNum of sprite i)
  7.     end if
  8.   end repeat
  9. end
  10.